ComponentOne ASP.NET MVC Controls
OnClientPastedCell Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientPastedCell Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPastedCell client event. Occurs after the user has pasted content from the clipboard into a cell.
Syntax
'Declaration
 
Public Overridable Function OnClientPastedCell( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientPastedCell( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members